home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The AGA Experience 3
/
AGA Experience Volume 3 (1997)(NFA - SAdENESS)[!].iso
/
software
/
utilities
/
programmers
/
opussdk
/
examples
/
iconclock
/
iconclock_strings.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-09-05
|
174 b
|
9 lines
#define CATCOMP_BLOCK
#include "iconclock.strings"
#include <dopus/locale.h>
void init_locale_data(struct DOpusLocale *locale)
{
locale->li_BuiltIn=(char *)CatCompBlock;
}